projects
/
suricata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
013851f
)
cross
author
Pierre Chifflier
<pollux@debian.org>
Thu, 6 Nov 2025 16:36:49 +0000
(17:36 +0100)
committer
Andreas Dolp
<dev@andreas-dolp.de>
Thu, 6 Nov 2025 16:36:49 +0000
(17:36 +0100)
Gbp-Pq: Name cross.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 08e34b8b6a497c7c49aa70f0efebed3b1555457c..dfc1aec2e44e7f3a78c40cad2b894c77484b01b8 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-79,8
+79,8
@@
AC_PATH_PROG(HAVE_CYGPATH, cygpath, "no")
AM_CONDITIONAL([HAVE_CYGPATH], [test "x$HAVE_CYGPATH" != "xno"])
- AC_PATH_PROG(HAVE_PKG_CONFIG, pkg-config, "no")
- if test "
$HAVE_PKG_CONFIG" = "no
"; then
+ PKG_PROG_PKG_CONFIG
+ if test "
x$PKG_CONFIG" = "x
"; then
echo
echo " ERROR! pkg-config not found, go get it "
echo " http://pkg-config.freedesktop.org/wiki/ "